PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFSeparationColor Class / equals Method
The Object to compare with the current Object.
In This Topic
    equals Method
    In This Topic
    Determines whether the specified Object is equal to the current Object.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    The Object to compare with the current Object.

    Return Value

    true if the specified Object is equal to the current Object; otherwise, false.
    See Also